From b27dc009f072fcec6a6dfca2ffc6967412452432 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 13 Sep 2024 13:40:48 -0500 Subject: [PATCH] Don't try to automatically open a SQL edit window The problem is that the current sql is not passed to the sql edit window. So the new window always opens with no sql. Changing this is more bother than it's worth. At least right now. --- src/pgwui_sql/templates/sql.mak | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pgwui_sql/templates/sql.mak b/src/pgwui_sql/templates/sql.mak index b9a3e35..6b7c783 100644 --- a/src/pgwui_sql/templates/sql.mak +++ b/src/pgwui_sql/templates/sql.mak @@ -135,9 +135,6 @@ + ',top=' + window.screenTop) .focus(); }; - % if havecreds: - open_sql_edit(); - % endif <%def name="submit(tab_index)"> -- 2.34.1